LaTex技巧[57]:LaTeX附录Appendix标题的制作和使用技巧

您所在的位置:网站首页 latex appendix LaTex技巧[57]:LaTeX附录Appendix标题的制作和使用技巧

LaTex技巧[57]:LaTeX附录Appendix标题的制作和使用技巧

2024-07-10 04:46| 来源: 网络整理| 查看: 265

  

        附录是较为常用的内容之一,但是往往标题很多读者不会制作,本文提供一个制作方法。 解决方案效果图:

代码演示:

    \documentclass[a4paper,10pt]{report}     \usepackage{titlesec}        \titleformat{\chapter}[display]              {\normalfont\Large\bfseries}{\thechapter}{11pt}{\Large}        \titleformat{\section}              {\normalfont\large\bfseries}{\thesection}{11pt}{\large}        \titlespacing*{\chapter}{0pt}{0pt}{15pt} %left, beforesep, aftersep, right        \titlespacing*{\section}{0pt}{3.5ex plus 1ex minus .2ex}{2.3ex plus .2ex}     \usepackage[titletoc]{appendix}     \begin{document}     \tableofcontents     \chapter{Introduction}     A chapter intro.     \section{Project}     A section here.     \bibliographystyle{unsrtnat}     \bibliography{mybibfile}     \addcontentsline{toc}{chapter}{\bibname}     \titleformat{\chapter}[display]            {\normalfont\Large\bfseries}{Appendix~\Alph{chapter}}{11pt}{\Large}     \begin{appendices}     \renewcommand{\thechapter}{\Alph{chapter}.}       \chapter{First appendix}     some text...       \chapter{Second appendix}     some more text     \end{appendices}     \end{document}



【本文地址】


今日新闻


推荐新闻


CopyRight 2018-2019 办公设备维修网 版权所有 豫ICP备15022753号-3